home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / AppleShare IP SDK / ASIP User Authentication Module / Client UAM SDK / Sample Code / Kleartxt Client UAM / Kleartxt UAM.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-21  |  392 b   |  23 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        Kleartxt UAM.h
  3.  
  4.     Contains:    Declarations for the Kleartxt UAM API routines
  5.  
  6.     Copyright:    © 1998 by Apple Computer, Inc., all rights reserved.
  7. */
  8.  
  9.  
  10.  
  11. #include <Types.h>
  12.  
  13. #include "ClientUAM.h"
  14.  
  15. enum {
  16.     kSampleCfg = 0,    // the value returned from UAMOpen
  17. };
  18.  
  19. Boolean        FindStringInBuf(StringPtr,Ptr,UInt32);
  20.  
  21. OSStatus    SampleOpen(UAMArgs *theArgs);
  22.  
  23. OSStatus    SampleLogin(UAMArgs *theArgs);